home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 240 (DVD) / Issue 240 - February 2008 - DPCS0208DVD.ISO / Extras / NetObjects Fusion / NOF10.exe / data1.cab / CSSLib / Tracks_Nature / text.css < prev   
Encoding:
Cascading Style Sheet File  |  2007-04-11  |  1.1 KB  |  90 lines

  1. BODY
  2. {
  3.     font-family : Verdana, Tahoma, Arial, Helvetica, Sans-serif;
  4.     font-size : small;
  5.     color : rgb(102,153,51);
  6.     font-weight : bold;
  7.     background-color : rgb(227,227,227);
  8.     background-image : none
  9. }
  10.  
  11. A:active
  12. {
  13.     color : rgb(102,153,51);
  14.     text-decoration : line-through
  15. }
  16.  
  17. A:link
  18. {
  19.     color : rgb(102,153,51);
  20.     text-decoration : line-through
  21. }
  22.  
  23. UL
  24. {
  25.     letter-spacing : 0.15em
  26. }
  27.  
  28. A:visited
  29. {
  30.     color : rgb(102,153,51);
  31.     text-decoration : line-through
  32. }
  33.  
  34. .TextObject
  35. {
  36.     font-size : 1em;
  37.     line-height : 1.5em;
  38.     text-indent : 2em
  39. }
  40.  
  41. H1
  42. {
  43.     border-left : 0.2em double rgb(143,0,61)
  44. }
  45.  
  46. H2
  47. {
  48.     border-left : 0.2em double rgb(143,0,61)
  49. }
  50.  
  51. P
  52. {
  53.     font-size : 1em;
  54.     color : rgb(102,153,51);
  55.     line-height : 1.5em;
  56.     text-indent : 2em
  57. }
  58.  
  59. H3
  60. {
  61.     border-left : 0.2em double rgb(143,0,61)
  62. }
  63.  
  64. OL
  65. {
  66.     letter-spacing : 0.15em
  67. }
  68.  
  69. H4
  70. {
  71.     border-left : 0.2em double rgb(143,0,61)
  72. }
  73.  
  74. H5
  75. {
  76.     border-left : 0.2em double rgb(143,0,61)
  77. }
  78.  
  79. H6
  80. {
  81.     border-left : 0.2em double rgb(143,0,61)
  82. }
  83.  
  84. A:hover
  85. {
  86.     color : rgb(102,153,51);
  87.     text-decoration : underline overline
  88. }
  89.  
  90.